home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / aadd120b.zip / HISTORY.DOC < prev    next >
Text File  |  1996-04-14  |  4KB  |  97 lines

  1. V1.10
  2.    *  Released to an unsuspecting public.
  3.  
  4. V1.11
  5.    *  Discovered that BC++ 3.1 doesn't like reading '13' as the last
  6.       charater of a read, even on a binary file.  Fixed.
  7.    *  Was mis-calculating the file position when doing reads and writes
  8.       to FAREAS.FIX.  Fixed.
  9.  
  10. V1.12
  11.    *  Discovered that the programmer (me) was opening a binary file in
  12.       text mode.  See V1.11 notes.
  13.    *  Added code for 30 day evaluation key. See AutoAdd.reg.
  14.  
  15. V1.13
  16.    *  Added support for Renegade.
  17.    *  Made bunchs of changes in the way AutoAdd uses AUTOADD.CFG.  See
  18.       the SAMPLE.CFG for you BBS type.
  19.  
  20. V1.14
  21.    *  More BBS's added.  Maximus 3.0 and Telegard 3.0.
  22.    *  Update my source code to include new types in Allfix V4.32
  23.       Release.  Didn't change the *.EXE any, just made my coded easier
  24.       to read (which is a big help in debuging).
  25.  
  26. V1.15
  27.    *  Added support for Spitfire.
  28.    *  Added support for ProBoard.  Only had the structures for 2.1x,
  29.       hopefully, there was not a lot of change.
  30.    *  Cleaned up the code some.
  31.  
  32. V1.16
  33.    *  (PCBoard) Found out the if you left the last field for the CONF
  34.       line, AutoAdd defaulted to "NONE".  Fixed.
  35.    *  (Renegade) Found and fixed a possible problem with filenames in
  36.       the *.DIR files.
  37.    *  Added support for T.A.G (2.7).
  38.    *  Added support for LoraBBS 2.40.
  39.  
  40. V1.17
  41.    *  (Several) Found a bug that caused the full configuration file to
  42.       not be read.  Fixed.
  43.    *  (T.A.G) Fixed a problem with setting the default group.  0 thourgh
  44.       127 are now accepted correctly.
  45.    *  (T.A.G)  Added an option to use "FILES" as the name of the files
  46.       list instead of the <area tag> as AutoAdd normally does.
  47.    *  (All) The LOGG key is now optional.  If not present, AutoAdd will
  48.       create/append to AUTOADD.LOG in the same directory as AUTOADD.EXE.
  49.       If a directory only is specified, AutoAdd will create/append to
  50.       AUTOADD.LOG in that directory.  If a filename is specified,
  51.       AutoAdd will append it's log to that file.  The file must already
  52.       exist.
  53.    *  (All) While changing the LOGG option, I changed the style a bit to
  54.       more closely resemble that of FrontDoor/InterMail.
  55.    *  (All) Added code so that is "Unique" is not set to Yes, only the
  56.       comment for the file area in Allfix is update.  This is based on
  57.       the assumption that if the area is not unique, all other data is
  58.       correct and does not need updating.
  59.  
  60. V1.18
  61.    *  (All)  The command line parameter for BBS type is no longer
  62.       required.
  63.    *  (All)  Little changes in the logging.
  64.    *  Added support for RemoteAccess 2.0x and 2.50.
  65.  
  66. V1.19
  67.    *  (All)  If the AFIX line is not used in AUTOADD.CFG, AutoAdd will
  68.       now try to use the %ALLFIX% environmental variable.  This means
  69.       that if you use the %ALLFIX% environmental variable, the AFIX line
  70.       is optional (it will override the %ALLFIX% setting).
  71.    *  (All)  AutoAdd now looks for ALLFIX.BSY in the Allfix directory.
  72.       If found, AutoAdd will abort.
  73.    *  (RA 2.50)  Fixed a couple of rather nasty (and stupid) bugs.
  74.    *  (RA all) Documented the fact that if "ALLFIX" (without quotes) is
  75.       used for the default group, the group number will be set to the
  76.       Allfix Group Number plus 1.
  77.    *  (RA all) Added a new option to delete the FILES.BBS that Allfix
  78.       makes after it has been processed.  I advise caution when using
  79.       this option.  If something should go wrong, it may be difficult to
  80.       recover the file descriptions.
  81.    *  (PCBOARD) Added a new configuration line, FREQ. This line can be
  82.       used to let AutoAdd know to update your FREQPATH.DAT also.  Two
  83.       fields, Path and name of FREQPATH.DAT and (optional) password for
  84.       this path.
  85.    * (PCBOARD)  I don't really like the way the config file is laid out
  86.      for PCBOARD.  It is totally different from the other supported
  87.      BBS's.  Expect the configuration layout to change in V1.20 (it will
  88.      be an easy fix on you end).  Just a heads-up.
  89.  
  90. V1.20
  91.    * (RA 2.50)  AutoAdd will now "fill in the gaps" in file area
  92.      numbers.  I.e., if file area 2 does not exist and there are higher
  93.      numbered file areas, AutoAdd will add the new area as file area 2.
  94.      This was done to compensate for a small short coming in RACONFIG.
  95.    * (All)  AutoAdd was aborting when it *didn't* find "ALLFIX.BSY".
  96.      Fixed.  Sorry about that.
  97.